projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c757a6
)
(HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
author
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 18 Mar 2007 17:29:38 +0000
(17:29 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 18 Mar 2007 17:29:38 +0000
(17:29 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index b64c30be6937a8603f7672869c3ced3f877a901b..e9ffb8d9be8928bc7d21a36f57ec98520e7e426a 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-2123,7
+2123,7
@@
if test "${HAVE_GTK}" = "yes"; then
PKG_CHECK_MODULES(XFT, xft >= 0.13.0, , HAVE_XFT=no)
if test "$HAVE_XFT" != no; then
OLD_CFLAGS="$CPPFLAGS"
- OLD_CFLAGS="$CFLAGS"
+ OLD_C
PP
FLAGS="$CFLAGS"
OLD_LIBS="$LIBS"
CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
CFLAGS="$CFLAGS $XFT_CFLAGS"